---
version: "2"
services:
icecoder:
image: griefed/icecoder:latest
container_name: icecoder
restart: unless-stopped
environment:
- TZ=Europe/Berlin # Timezone
- PUID=1000 # User ID
- PGID=1000 # Group ID
- GITURL=https://github.com/icecoder/ICEcoder.git # GitHub Repository to clone during container creation
volumes:
- /host/path/to/plugins:/plugins # Contains all installed plugins.
- /host/path/to/data:/data # Contains ICEcoder data like backups.
- /host/path/to/config:/config # Contains config files and logs.
- /host/path/to/code:/code # Contains GITURL repository.
ports:
- 8080:8080/tcp # WebIDE