fully working when deployed
This commit is contained in:
@@ -4,17 +4,10 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile.production
|
||||
container_name: lcc-tt-booking
|
||||
user: "1000:1000"
|
||||
ports:
|
||||
- '3036:3000'
|
||||
env_file:
|
||||
- .env.production
|
||||
- '3036:3000'
|
||||
env_file:
|
||||
- .env.production
|
||||
environment:
|
||||
# Container-specific override
|
||||
- PORT=3000
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ./backups:/app/backups
|
||||
|
||||
Reference in New Issue
Block a user