🩹 Root docker-compose: fixed container names

This commit is contained in:
Eric Doughty-Papassideris
2024-03-05 15:57:49 +01:00
committed by Anton Shepilov
parent 79f0050ac8
commit 191158295a
+3 -3
View File
@@ -9,8 +9,8 @@ services:
networks:
- tdrive_network
node:
image: twakedrive/tdrive-node
tdrive_node:
hostname: tdrive_node
environment:
- DEV=production
@@ -25,7 +25,7 @@ services:
networks:
- tdrive_network
fronend:
frontend:
image: twakedrive/tdrive-frontend
environment:
- DEV=production
@@ -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/