Skip to content

Instantly share code, notes, and snippets.

@pythoninthegrass
Created August 11, 2024 18:11
Show Gist options
  • Save pythoninthegrass/99687f3763ecb50189aad0280d5da446 to your computer and use it in GitHub Desktop.
Save pythoninthegrass/99687f3763ecb50189aad0280d5da446 to your computer and use it in GitHub Desktop.
Cosmos mvp
services:
cosmos-server:
image: azukaar/cosmos-server:latest
container_name: cosmos-server
hostname: cosmos-server
restart: on-failure:3
# ports:
# - 80:80
# - 443:443
# - 4242:4242/udp
network_mode: host
privileged: true
environment:
- TZ=America/Chicago
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock
- /docker/containers/cosmos/config:/config
- /:/mnt/host
@pythoninthegrass
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment