Commit a60ef40c authored by dangdoan's avatar dangdoan

[tag]dev

parent 6420ac26
Pipeline #13647 failed with stages
in 2 minutes and 6 seconds
...@@ -4,6 +4,11 @@ services: ...@@ -4,6 +4,11 @@ services:
app: app:
container_name: ENVIRONMENT-NAME-PROJECT-NAME container_name: ENVIRONMENT-NAME-PROJECT-NAME
image: IMAGE-NAME:IMAGE-TAG image: IMAGE-NAME:IMAGE-TAG
logging:
driver: "json-file"
options:
max-file: 10
max-size: 10m
volumes: volumes:
- MOUNT-DATA-FOLDER/PROJECT-NAME:/media - MOUNT-DATA-FOLDER/PROJECT-NAME:/media
ports: ports:
...@@ -11,8 +16,4 @@ services: ...@@ -11,8 +16,4 @@ services:
restart: unless-stopped restart: unless-stopped
pull_policy: always pull_policy: always
mem_limit: 1G mem_limit: 1G
logging:
driver: "json-file" \ No newline at end of file
options:
max-file: 10
max-size: 10m
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment