This commit is contained in:
2025-05-31 12:44:40 -07:00
parent 713ef01ae8
commit 5f74753fdd

View File

@ -30,6 +30,7 @@ delete = true
[[stack]] [[stack]]
name = "demo-ferretdb" name = "demo-ferretdb"
tags = ["database", "ferretdb"]
[stack.config] [stack.config]
server = "demo-server" server = "demo-server"
destroy_before_deploy = true destroy_before_deploy = true
@ -57,8 +58,8 @@ services:
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- postgres - postgres
ports: # ports:
- 27017:27017 # - 27017:27017
volumes: volumes:
- state:/state - state:/state
environment: environment: