prod docker compose fixes.
This commit is contained in:
@@ -2,6 +2,16 @@ name: rstat
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
|
rstat-dashboard:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- ./reddit_stocks:/usr/share/app/reddit_stocks.db:ro
|
||||||
|
ports:
|
||||||
|
- "5000:5000"
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:1.29.0
|
image: nginx:1.29.0
|
||||||
restart: always
|
restart: always
|
||||||
|
Reference in New Issue
Block a user