* Updated repository address.
All checks were successful
Build docker image / build_docker_image (push) Successful in 3m53s
All checks were successful
Build docker image / build_docker_image (push) Successful in 3m53s
This commit is contained in:
11
res/docker-compose.yaml
Normal file
11
res/docker-compose.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
services:
|
||||
backend:
|
||||
image: proxima.goliath.hu/proxima/backend:latest
|
||||
container_name: backend
|
||||
ports:
|
||||
- "9000:9000"
|
||||
volumes:
|
||||
- "./volumes/backend/env/.env.config:/app/Backend/.env.config"
|
||||
- "./volumes/backend/database/:/app/Backend/database/sqlite/"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user