This commit is contained in:
2023-07-26 17:23:04 +08:00
parent 5562d7a58d
commit f048e1640f
4 changed files with 19 additions and 2 deletions

0
backend/backend.env Normal file
View File

View File

@@ -0,0 +1,15 @@
version: "3.9"
services:
backend:
image: kamikazechaser/aurora-backend:120561f
restart: unless-stopped
env_file:
- backend.env
ports:
- '8080:8080'
networks:
- aurora
networks:
aurora:
external: true