MVP
This commit is contained in:
@ -1,5 +1,12 @@
|
||||
version: "2"
|
||||
services:
|
||||
image_gen:
|
||||
build:
|
||||
context: ./nft_svc
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- 5001:5000
|
||||
|
||||
pgdb:
|
||||
image: 'postgres:12'
|
||||
restart: always
|
||||
@ -12,3 +19,10 @@ services:
|
||||
# - ${PG_MNT}:/var/lib/postgresql/data
|
||||
ports:
|
||||
- ${PG_OUTBOUND_PORT}:5432
|
||||
redis:
|
||||
image: "redis:alpine"
|
||||
command: redis-server --appendonly yes --appendfsync everysec
|
||||
ports:
|
||||
- 6379:6379
|
||||
# volumes:
|
||||
# - ${FDS_REDIS_MNT}:/data
|
||||
|
Reference in New Issue
Block a user