hermes testgs
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user