Saataa andagii !

This commit is contained in:
Lukian 2024-12-26 12:24:05 +01:00
parent a38d84d8fe
commit 282ad8f32e
4 changed files with 11 additions and 13 deletions

View file

@ -1,8 +1,6 @@
services:
web:
build:
context: server
dockerfile: Dockerfile
build: server
container_name: web
ports:
- 80:80
@ -10,9 +8,7 @@ services:
- network
client:
build:
context: client
dockerfile: Dockerfile
build: client
container_name: client
networks:
- network