Tweaks for old server. Ready for re-deployment
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
services:
|
||||
groceries:
|
||||
container_name: groceries-api
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
- UID=999
|
||||
- UID=992
|
||||
- GID=33
|
||||
ports:
|
||||
- 8001:8080
|
||||
stdin_open: true
|
||||
tty: true
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/www/groceries.alaevens.ca/data:/home/groceries/data:rw
|
||||
- type: bind
|
||||
@@ -14,7 +18,9 @@ services:
|
||||
target: /home/groceries/web/db.sqlite3
|
||||
|
||||
redis:
|
||||
container_name: groceries-ws-cache
|
||||
image: "redis:alpine"
|
||||
restart: always
|
||||
ports:
|
||||
- 6379:6379
|
||||
|
||||
|
||||
Reference in New Issue
Block a user