Skip to content

Commit b2c8b48

Browse files
committed
Update deploy.yml
1 parent 9d46176 commit b2c8b48

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

config/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ registry:
4343
builder:
4444
arch: amd64
4545

46-
# Docker network for container communication
47-
network: "techstacks-network"
48-
4946
volumes:
5047
- "/opt/docker/techstacks.io/App_Data:/app/App_Data"
5148

@@ -54,6 +51,8 @@ accessories:
5451
image: postgres
5552
host: 192.168.0.1
5653
port: "5433:5432"
54+
options:
55+
network: "kamal"
5756
env:
5857
clear:
5958
POSTGRES_USER: techstacks

0 commit comments

Comments
 (0)