mirror of
https://github.com/theoludwig/theoludwig.git
synced 2026-05-06 13:48:12 +02:00
chore: better Prettier config for easier reviews
This commit is contained in:
+5
-5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user