3
This commit is contained in:
parent
5562d7a58d
commit
f048e1640f
0
backend/backend.env
Normal file
0
backend/backend.env
Normal file
15
backend/docker-compose.yaml
Normal file
15
backend/docker-compose.yaml
Normal 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
|
@ -1,3 +1,7 @@
|
||||
wala.aurora.grassecon.net {
|
||||
reverse_proxy wala:8000
|
||||
}
|
||||
|
||||
backend.aurora.grassecon.net {
|
||||
reverse_proxy backend:8080
|
||||
}
|
||||
|
@ -3,8 +3,6 @@ services:
|
||||
wala:
|
||||
image: kamikazechaser/ge-wala:d21730d
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./wala-data:/service
|
||||
ports:
|
||||
- '8000:8000'
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user