Skip to content

Commit

Permalink
Fix docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed Apr 4, 2024
1 parent 6031017 commit fc1fc99
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,19 @@ services:
condition: service_healthy
env_file:
- .env.example
- .env
environment:
NODE_ENV: production
ENVIRONMENT: production
JETSTREAM_POSTGRES_DBURI: postgres://postgres:postgres@postgres:5432/postgres
EXAMPLE_USER_OVERRIDE: true
JETSTREAM_SESSION_SECRET: '6ba0bf00ee0a0b0a65baa9f04b264972'
JETSTREAM_SESSION_SECRET: '123456'
JETSTREAM_CLIENT_URL: http://localhost:3333/app
JETSTREAM_SERVER_DOMAIN: localhost:3333
JETSTREAM_SERVER_URL: http://localhost:3333
ports:
- '3333:3333'
- '9229:9229'
links:
- db
command: node dist/apps/api/main.js --inspect
db:
image: postgres:16.1-alpine
restart: always
Expand Down

0 comments on commit fc1fc99

Please sign in to comment.