2021-10-21 05:42:33 +00:00
|
|
|
version: "3"
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
appsmith:
|
2023-12-15 09:44:01 +00:00
|
|
|
image: index.docker.io/appsmith/appsmith-ee
|
2021-10-21 05:42:33 +00:00
|
|
|
container_name: appsmith
|
|
|
|
|
ports:
|
|
|
|
|
- "80:80"
|
|
|
|
|
- "443:443"
|
|
|
|
|
volumes:
|
|
|
|
|
- ./stacks:/appsmith-stacks
|
|
|
|
|
labels:
|
|
|
|
|
com.centurylinklabs.watchtower.enable: "true"
|
2021-11-19 08:00:03 +00:00
|
|
|
restart: unless-stopped
|
2022-09-14 05:33:02 +00:00
|
|
|
# Uncomment the lines below to enable auto-update
|
|
|
|
|
#labels:
|
|
|
|
|
# com.centurylinklabs.watchtower.enable: "true"
|
2021-10-21 05:42:33 +00:00
|
|
|
|
2022-09-14 05:33:02 +00:00
|
|
|
#auto_update:
|
2023-02-02 00:57:35 +00:00
|
|
|
# image: containrrr/watchtower
|
2022-09-14 05:33:02 +00:00
|
|
|
# volumes:
|
|
|
|
|
# - /var/run/docker.sock:/var/run/docker.sock
|
|
|
|
|
# # Update check interval in seconds.
|
|
|
|
|
# command: --schedule "0 0 * ? * *" --label-enable --cleanup
|
|
|
|
|
# restart: unless-stopped
|
|
|
|
|
# depends_on:
|
|
|
|
|
# - appsmith
|
|
|
|
|
# environment:
|
2023-12-15 09:44:01 +00:00
|
|
|
# - WATCHTOWER_LIFECYCLE_HOOKS=true
|