Skip to content

Commit a9ed76a

Browse files
committed
feat(docker): Обновление docker-compose.yml
Signed-off-by: Roman Chursanov <[email protected]>
1 parent 85d259f commit a9ed76a

File tree

1 file changed

+0
-57
lines changed

1 file changed

+0
-57
lines changed

docker-compose.yml

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ services:
2121
networks:
2222
- stp_bots
2323

24-
2524
redis_cache:
2625
image: redis:7.4.5-alpine
2726
restart: always
@@ -31,64 +30,8 @@ services:
3130
volumes:
3231
- cache:/data
3332

34-
## To enable postgres uncomment the following lines
35-
# http://pgconfigurator.cybertec.at/ For Postgres Configuration
36-
# pg_database:
37-
# image: postgres:13-alpine
38-
# ports:
39-
# - "5439:5432" # Change if you like! 5439 is external to container
40-
# restart: always
41-
# volumes:
42-
# - pgdata:/var/lib/postgresql/data
43-
# command: "postgres -c max_connections=150
44-
# -c shared_buffers=512MB -c effective_cache_size=1536MB
45-
# -c maintenance_work_mem=128MB -c checkpoint_completion_target=0.9 -c wal_buffers=16MB
46-
# -c default_statistics_target=100 -c random_page_cost=1.1 -c effective_io_concurrency=200
47-
# -c work_mem=3495kB -c min_wal_size=1GB -c max_wal_size=4GB -c max_worker_processes=2
48-
# -c max_parallel_workers_per_gather=1 -c max_parallel_workers=2 -c max_parallel_maintenance_workers=1"
49-
# env_file:
50-
# - '.env'
51-
# logging:
52-
# driver: "json-file"
53-
# options:
54-
# max-size: "200k"
55-
# max-file: "10"
56-
57-
# api:
58-
# image: "api"
59-
# stop_signal: SIGINT
60-
# build:
61-
# context: ./infrastructure/api
62-
# dockerfile: Dockerfile
63-
# working_dir: "/usr/src/app/api"
64-
# volumes:
65-
# - .:/usr/src/app/api
66-
# command: [ "uvicorn", "infrastructure.api.app:app", "--host", "0.0.0.0", "--port", "8000" ]
67-
# restart: always
68-
# env_file:
69-
# - ".env"
70-
# logging:
71-
# driver: "json-file"
72-
# options:
73-
# max-size: "200k"
74-
# max-file: "10"
75-
76-
# reverse-proxy:
77-
# container_name: nginx-reverse-proxy
78-
# stop_signal: SIGINT
79-
# restart: always
80-
# image: nginx:latest
81-
# ports:
82-
# - '80:80'
83-
# volumes:
84-
# - ./nginx/nginx.conf:/etc/nginx/nginx.conf
85-
86-
87-
## Uncomment the following lines if you want to use a volume for the database
8833
volumes:
8934
cache: { }
90-
# pgdata: { }
91-
9235

9336
networks:
9437
stp_bots:

0 commit comments

Comments
 (0)