update recipe to persist database #1
@ -1,9 +1,11 @@
|
||||
---
|
||||
services:
|
||||
app:
|
||||
image: git.coopcloud.tech/rtm/mapbattle:0.1.0
|
||||
image: git.coopcloud.tech/rtm/mapbattle:0.1.1
|
||||
networks:
|
||||
- proxy
|
||||
volumes:
|
||||
- app_storage:/storage
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
@ -22,3 +24,6 @@ services:
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
app_storage:
|
||||
|
||||
Reference in New Issue
Block a user