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:
app:
container_name: ENVIRONMENT-NAME-PROJECT-NAME
image: IMAGE-NAME:IMAGE-TAG
logging:
driver: "json-file"
options:
max-file: 10
max-size: 10m
volumes:
- MOUNT-DATA-FOLDER/PROJECT-NAME:/media
ports:
......@@ -11,8 +16,4 @@ services:
restart: unless-stopped
pull_policy: always
mem_limit: 1G
logging:
driver: "json-file"
options:
max-file: 10
max-size: 10m
\ No newline at end of file
\ 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