First commit
This commit is contained in:
14
compose.yaml
Normal file
14
compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
image: f3-simple-blog:latest
|
||||
init: true
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:8888:80"
|
||||
volumes:
|
||||
- ./config.local.ini:/var/www/html/config.local.ini:ro
|
||||
- ./db:/var/www/html/db
|
||||
- ./logs:/var/www/html/logs
|
||||
- ./tmp:/var/www/html/tmp
|
||||
- ./public/uploads/media:/var/www/html/public/uploads/media
|
||||
Reference in New Issue
Block a user