This commit is contained in:
sam 2022-05-14 18:05:04 +04:30
parent b9bde40edc
commit f1636345dc
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1 @@
RAILS_ENV=production

View File

@ -28,4 +28,8 @@ services:
tty: true tty: true
stdin_open: true stdin_open: true
ports: ports:
- "3000:3000" - "3000:3000"
environment:
VIRTUAL_HOST: contact.bitium.agency
LETSENCRYPT_HOST: contact.bitium.agency
VIRTUAL_PORT: 3000