Skip to content

Commit

Permalink
🩹Root docker-compose: fixed container names
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlinagora committed Mar 5, 2024
1 parent 610b684 commit 482dc18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ services:
networks:
- tdrive_network

node:
image: twakedrive/tdrive-node
tdrive_node:
hostname: tdrive_node
environment:
- DEV=production
Expand All @@ -25,7 +25,7 @@ services:
networks:
- tdrive_network

fronend:
frontend:
image: twakedrive/tdrive-frontend
environment:
- DEV=production
Expand All @@ -35,7 +35,7 @@ services:
- 80:80
- 443:443
depends_on:
- node
- tdrive_node
volumes:
- ./docker-data/logs/nginx/:/var/log/nginx
- ./docker-data/letsencrypt/:/etc/letsencrypt/
Expand Down

0 comments on commit 482dc18

Please sign in to comment.