mirror of
https://github.com/ceratic/MediaCollectorLibary.git
synced 2026-05-13 23:56:46 +02:00
14 lines
178 B
YAML
14 lines
178 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
app:
|
|
environment:
|
|
- APP_ENV=production
|
|
restart: unless-stopped
|
|
|
|
nginx:
|
|
restart: unless-stopped
|
|
|
|
db:
|
|
restart: unless-stopped
|