Skip to content

Commit

Permalink
docker compose dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Sep 2, 2023
1 parent 977eedb commit 43a26f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
version: "3.1"
services:
# db
postgres:
ports:
- 5432:5432

# zt container
zerotier:
image: zyclonite/zerotier:1.12.1

# ztnet
ztnet:
build:
context: .
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ services:
- app-network

zerotier:
# image: zyclonite/zerotier:1.10.6
image: zyclonite/zerotier:1.12.1
image: zyclonite/zerotier:1.10.6
hostname: zerotier
container_name: zerotier
restart: unless-stopped
Expand Down

0 comments on commit 43a26f9

Please sign in to comment.