diff --git a/.docker-compose.yml b/.docker-compose.yml deleted file mode 100644 index ac80c4b..0000000 --- a/.docker-compose.yml +++ /dev/null @@ -1,5 +0,0 @@ -services: - cms: - image: alliances-cms - ports: - - "1111:1111" diff --git a/.gitignore b/.gitignore index 0fc3bfc..605a6d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ node_modules .env +.env.* public -.manifest \ No newline at end of file +.manifest diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 6f9882f..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,14 +0,0 @@ -services: - cms: - build: . - image: alliances-cms - ports: - - "1111:1111" - environment: - - NODE_ENV=production - - TOKEN_SECRET_KEY=${TOKEN_SECRET_KEY} - - DB_PATH=${DB_PATH} - env_file: .env.production - volumes: - - ./.manifest:/app/.manifest -