mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-12 22:00:02 -04:00
14 lines
No EOL
430 B
YAML
14 lines
No EOL
430 B
YAML
services:
|
|
adrift:
|
|
image: mercuryworkshop/adrift-server
|
|
environment:
|
|
# You don't have to set this or the type
|
|
- ADRIFT_TRACKER: "us-central-1"
|
|
- ADRIFT_TYPE: "swarm"
|
|
# Only used with "account" type
|
|
#- ADRIFT_CREDENTIALS: '{"email": "", "password": ""}'
|
|
# Auto update docker image
|
|
watchtower:
|
|
image: containrrr/watchtower
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock |