add start-end tags to docker-compose
This commit is contained in:
parent
3eed778193
commit
437bf0c13c
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- crafatar
|
- crafatar
|
||||||
|
|
||||||
|
# %% crafatar_server start %%
|
||||||
crafatar_server:
|
crafatar_server:
|
||||||
image: docker.io/crafatar/crafatar
|
image: docker.io/crafatar/crafatar
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -17,6 +18,7 @@ services:
|
||||||
- REDIS_URL=redis://crafatar_redis
|
- REDIS_URL=redis://crafatar_redis
|
||||||
networks:
|
networks:
|
||||||
- crafatar
|
- crafatar
|
||||||
|
# %% crafatar_server end %%
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
crafatar:
|
crafatar:
|
||||||
|
|
Loading…
Reference in a new issue