1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

chore: better Prettier config for easier reviews

This commit is contained in:
2023-10-23 23:11:59 +02:00
parent c7ad15a465
commit e566ef6c38
105 changed files with 2138 additions and 2080 deletions

View File

@@ -1,11 +1,11 @@
services:
theoludwig:
container_name: ${COMPOSE_PROJECT_NAME}
image: 'theoludwig'
restart: 'unless-stopped'
image: "theoludwig"
restart: "unless-stopped"
build:
context: './'
network_mode: 'host'
context: "./"
network_mode: "host"
environment:
PORT: ${PORT-3000}
env_file: '.env'
env_file: ".env"