Added restart to compose file
This commit is contained in:
parent
88f03d6c47
commit
dc11e49792
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,7 @@ services:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: osg.dockerfile
|
dockerfile: osg.dockerfile
|
||||||
|
|
||||||
image: osg:30 # <--automate this number change to trigger stack redeploy.
|
image: osg:31 # <--automate this number change to trigger stack redeploy.
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
DOCKER: "true"
|
DOCKER: "true"
|
||||||
|
@ -16,6 +16,9 @@ services:
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- sqlite-database:/data
|
- sqlite-database:/data
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
sqlite-database:
|
sqlite-database:
|
Loading…
Add table
Reference in a new issue