Skip to content

Commit

Permalink
production ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace-Amondi committed Jun 9, 2023
1 parent fe198d4 commit 23e1731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ services:
- static_volume:/wagtail_static
- ./media:/wagtail_media
- ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf
- mautic_data:/var/www/html
# - mautic_data:/var/www/html

ports:
- ${CMS_PORT}:80
depends_on:
- cms_web
- mautic
# - mautic

# mauticdb:
# image: percona/percona-server:5.7
Expand Down

0 comments on commit 23e1731

Please sign in to comment.