Skip to content

Commit

Permalink
added commented production configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
syamsoul committed May 30, 2024
1 parent baac6fe commit 5c03f63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
services:
www:
image: serversideup/php:8.3-fpm-nginx-alpine
# restart: always
# environment:
# - PHP_OPCACHE_ENABLE=1
expose:
- 8080
labels:
Expand All @@ -14,6 +17,7 @@ services:
- main-net
reverse-proxy:
image: traefik:v3.0.0
# restart: always
ports:
- "80:80"
# - "8080:8080"
Expand Down

0 comments on commit 5c03f63

Please sign in to comment.