This commit is contained in:
Dzejkobik007
2023-01-04 09:15:07 +01:00
parent d8ffd64f94
commit a005226c96
6 changed files with 28 additions and 25 deletions

View File

@@ -1,22 +1,10 @@
version: '3'
services:
nginx:
build:
context: .
dockerfile: nginx/Dockerfile
restart: always
container_name: api-calcc
ports:
- 80:80
networks:
- internal
php:
build:
context: .
dockerfile: php/Dockerfile
networks:
- internal
networks:
internal:
driver: bridge
dockerfile: Dockerfile
restart: always
ports:
- 80:80