13 lines
No EOL
277 B
YAML
13 lines
No EOL
277 B
YAML
services:
|
|
app:
|
|
build: .
|
|
container_name: local_single
|
|
restart: always
|
|
env_file:
|
|
- .env
|
|
ports:
|
|
- "8080:8080"
|
|
logging:
|
|
driver: "json-file"
|
|
options:
|
|
max-size: "10m" |