This commit is contained in:
virus
2025-01-29 10:14:29 +01:00
parent 69d8ca94e7
commit 2528faf7ed
4 changed files with 22 additions and 14 deletions
+3 -8
View File
@@ -1,26 +1,21 @@
version: '3'
services:
push:
image: registry.docker.tlfactory.pl/apps/push-stream-channels:0.1
image: docker.git.tlfactory.pl/apps/push-stream-channels:0.4
build:
context: .
dockerfile: ./Dockerfile
restart: on-failure
environment:
- PORT=8080
- DEV=1
ports:
- 80:8080
- 8201:8080
volumes:
- ./app.js:/srv/app.js
- ./public:/srv/public
networks:
- backend
php:
image: registry.docker.tlfactory.pl/apps/php-apache:7.4.20
networks:
- backend
volumes:
- ./public/:/var/www/html
networks:
backend: