hermes testgs

This commit is contained in:
2026-07-02 11:48:00 +02:00
parent c99602eb53
commit 4b9c13e1fd
4 changed files with 62 additions and 19 deletions
+27
View File
@@ -0,0 +1,27 @@
services:
push:
build:
context: .
dockerfile: ./Dockerfile
restart: unless-stopped
environment:
PORT: 8080
DEV: "1"
ports:
- "8201:8080"
volumes:
- ./src:/srv/app
- ./storage:/storage
- ./database:/database
php:
build:
context: .
dockerfile: ./php-test/Dockerfile
restart: unless-stopped
depends_on:
- push
ports:
- "8123:80"
volumes:
- ./public/:/var/www/html