Skip to content

Commit

Permalink
log driver
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Nov 28, 2023
1 parent a450bed commit 5803b27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ services:
image: gildlab/ipfs-node:${GILDLAB_IPFS_NODE_CHANNEL}.ipfs
pull_policy: always
restart: always
logging:
driver: local
# dont expose anything in particular use nginx for that
# localhost and ephemeral ports only
ports:
Expand All @@ -32,6 +34,8 @@ services:
image: gildlab/ipfs-node:${GILDLAB_IPFS_NODE_CHANNEL}.pin
pull_policy: always
restart: always
logging:
driver: local
depends_on:
gl_ipfs:
condition: service_healthy
Expand All @@ -49,6 +53,8 @@ services:
image: gildlab/ipfs-node:${GILDLAB_IPFS_NODE_CHANNEL}.nginx
pull_policy: always
restart: always
logging:
driver: local
ports:
- "80:80"
# p2p for ipfs
Expand Down

0 comments on commit 5803b27

Please sign in to comment.