update
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
agent:
|
||||
container_name: tugtainer-agent
|
||||
image: quenary/tugtainer-agent:latest
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
# The list of available variables is in env.example
|
||||
AGENT_SECRET: home-mikemcfetridge-com
|
||||
read_only: true
|
||||
tmpfs:
|
||||
- /run
|
||||
ports:
|
||||
- '8001:8001'
|
||||
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
app:
|
||||
container_name: tugtainer
|
||||
image: quenary/tugtainer:latest
|
||||
volumes:
|
||||
- tugtainer_data:/tugtainer
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '9412:80'
|
||||
volumes:
|
||||
tugtainer_data:
|
||||
Reference in New Issue
Block a user