We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d46176 commit b2c8b48Copy full SHA for b2c8b48
1 file changed
config/deploy.yml
@@ -43,9 +43,6 @@ registry:
43
builder:
44
arch: amd64
45
46
-# Docker network for container communication
47
-network: "techstacks-network"
48
-
49
volumes:
50
- "/opt/docker/techstacks.io/App_Data:/app/App_Data"
51
@@ -54,6 +51,8 @@ accessories:
54
image: postgres
55
52
host: 192.168.0.1
56
53
port: "5433:5432"
+ options:
+ network: "kamal"
57
env:
58
clear:
59
POSTGRES_USER: techstacks
0 commit comments