initial commit
All checks were successful
Build & publish Docker images / Build & push all images (push) Successful in 2s
All checks were successful
Build & publish Docker images / Build & push all images (push) Successful in 2s
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
egg:
|
||||
image: git.hexadual.io/rocobo/gcp-dot-egg:latest
|
||||
volumes:
|
||||
- gcp_egg_data:/data
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- SERVER_URL=https://gcp.hexadual.io
|
||||
- PYTHONUNBUFFERED=1
|
||||
|
||||
volumes:
|
||||
gcp_egg_data:
|
||||
Reference in New Issue
Block a user